global memory - ترجمة إلى اليونانية
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

global memory - ترجمة إلى اليونانية

IN COMPUTER LANGUAGES, A VARIABLE THAT HAS BEEN ALLOCATED STATICALLY SO THAT ITS LIFETIME IS THE ENTIRE RUN OF THE PROGRAM (AS OPPOSED TO SHORTER-LIVED AUTOMATIC VARIABLES AND DYNAMICALLY ALLOCATED VARIABLES)
Static variables; Static memory allocation; Static global variable

global memory      
καθολική μνήμη
memory error         
ERROR CAUSED BY A MEMORY FAULT
Wikipedia:School and university projects/Psyc3330 w11/Group11; Wikipedia:School and university projects/Psyc3330 w11/Group11 - Memory errors; User:Psyc3330 w11/Group11; User:Psyc3330 w11/Group11 - Memory errors; Memory errors; Memory gap
σφάλμα μνήμης
καθολική μνήμη      
global memory

تعريف

memory
n.
1.
Recollection, remembrance, reminiscence.
2.
Remembrance.
3.
Memorial, commemorative record, monumental record.
4.
Fame, renown, reputation, celebrity.

ويكيبيديا

Static variable

In computer programming, a static variable is a variable that has been allocated "statically", meaning that its lifetime (or "extent") is the entire run of the program. This is in contrast to shorter-lived automatic variables, whose storage is stack allocated and deallocated on the call stack; and in contrast to objects, whose storage is dynamically allocated and deallocated in heap memory.

Variable lifetime is contrasted with scope (where a variable can be used): "global" and "local" refer to scope, not lifetime, but scope often implies lifetime. In many languages, global variables are always static, but in some languages they are dynamic, while local variables are generally automatic, but may be static.

In general, static memory allocation is the allocation of memory at compile time, before the associated program is executed, unlike dynamic memory allocation or automatic memory allocation where memory is allocated as required at run time.

أمثلة من مجموعة نصية لـ٪ 1
1. San Francisco, July 15: Some 34 US states on Friday sued seven global memory chip makers, including Micron Technology Inc, and Hynix Semiconductor Inc, on charges of price–fixing that cost consumers an estimated hundreds of millions of dollars.